Skip to content

Commit f79391c

Browse files
authored
fix: std/portable included twice (#2860)
1 parent acdb242 commit f79391c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

std/portable/index.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,4 @@ if (typeof globalScope.ASC_TARGET === "undefined") {
412412
if (n) message += Array.prototype.slice.call(arguments, 2, 2 + n);
413413
console.error("trace: " + message);
414414
};
415-
} else {
416-
console.warn("compiler mismatch: std/portable included twice");
417-
}
415+
}

0 commit comments

Comments
 (0)