Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: lazy bootstrap options - first pass #21164

Merged
merged 10 commits into from
Nov 13, 2023
Prev Previous commit
Next Next commit
lint
  • Loading branch information
littledivy committed Nov 11, 2023
commit 676b25db12b229ea50a445a365a3847abe627459
2 changes: 1 addition & 1 deletion runtime/js/06_util.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const LogLevel = {
Debug: 4,
};

let logSource = "JS";
const logSource = "JS";

let logLevel_ = null;
function logLevel() {
Expand Down
1 change: 0 additions & 1 deletion runtime/js/99_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const {
ObjectAssign,
ObjectDefineProperties,
ObjectDefineProperty,
ObjectFreeze,
ObjectPrototypeIsPrototypeOf,
ObjectSetPrototypeOf,
PromisePrototypeThen,
Expand Down