Skip to content

Commit

Permalink
increase monaco loading timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
empiricompany committed May 10, 2024
1 parent 0b5501d commit 14d130b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
setTimeout(() => {
//Object.extend(Array.prototype, Enumerable);
Array.prototype.include = oldArrayPrototype;
}, 1000);
}, 2000);
})
// end fix prototypejs bug

Expand Down

0 comments on commit 14d130b

Please sign in to comment.