You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/plot/base/view/lib/electron/index.js
+11-9Lines changed: 11 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,6 @@
18
18
19
19
'use strict';
20
20
21
-
// TODO: refactor. Remove disposable server. Create a server in the electron process and have it serve assets from local directories. Should be similar to SimpleServer.
22
-
23
21
// MODULES //
24
22
25
23
varspawn=require('child_process').spawn;
@@ -29,6 +27,7 @@ var instanceOf = require( '@stdlib/assert/instance-of' );
0 commit comments