Skip to content

Commit

Permalink
fix: std/portable included twice (#2860)
Browse files Browse the repository at this point in the history
  • Loading branch information
JairusSW committed Jul 6, 2024
1 parent acdb242 commit f79391c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions std/portable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,4 @@ if (typeof globalScope.ASC_TARGET === "undefined") {
if (n) message += Array.prototype.slice.call(arguments, 2, 2 + n);
console.error("trace: " + message);
};
} else {
console.warn("compiler mismatch: std/portable included twice");
}
}

0 comments on commit f79391c

Please sign in to comment.