mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
chore: Add missing import for node:console
Solves these eslint issues: /puter/run-selfhosted.js 49:9 error 'console' is not defined no-undef 64:5 error 'console' is not defined no-undef 127:5 error 'console' is not defined no-undef
This commit is contained in:
parent
8d4a1e0ed3
commit
d17e0b80b3
@ -5,6 +5,7 @@
|
||||
// The implementation of this in packages/backend might not
|
||||
// work in older versions of node, so we instead re-implement
|
||||
// it here.
|
||||
import console from 'node:console';
|
||||
import process from 'node:process';
|
||||
|
||||
const surrounding_box = (col, lines) => {
|
||||
|
Loading…
Reference in New Issue
Block a user