Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 00840a6

Browse files
committed
Merge branch 'master' of github.com:processing/p5.js-editor
2 parents a57ae96 + 0577d5a commit 00840a6

File tree

2 files changed

+531
-530
lines changed

2 files changed

+531
-530
lines changed

public/js/debug-console.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
var original = window.console;
44
window.console = {};
5+
window._isNodeWebkit = true;
56

67
["log", "warn", "error"].forEach(function(func) {
78
window.console[func] = function(msg) {

0 commit comments

Comments
 (0)