mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-24 09:29:52 -05:00
d4c2b492ef
Also make tmp_value non-const because it gets modified later. Solves these eslint issues: /puter/packages/phoenix/src/ansi-shell/ioutil/SignalReader.js 45:14 error Unexpected negating the left operand of 'instanceof' operator no-unsafe-negation 46:13 error 'tmp_value' is constant no-const-assign