Skip to content

Commit 50113e8

Browse files
committed
Fix -mappings=false
Was initially broken since first mappings implementation in v. 0.1.3 - 2011-02-08 O_O
1 parent ba88fe0 commit 50113e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openFileIn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ if(argsl >= 2) {
198198
var appData = appsData[app];
199199
var path = getPath(appData.paths);
200200
if(path) {
201-
if(appData.isBrowser) {
201+
if(appData.isBrowser && allowMappings) {
202202
for(var p in mappings) {
203203
var pl = p.length;
204204
if(file.substr(0, pl) == p) {

0 commit comments

Comments
 (0)