Skip to content

Commit a136ee5

Browse files
committed
fix: oops
1 parent 15465bf commit a136ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/services/DevConsoleService.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class DevConsoleService extends BaseService {
184184
// Input background disabled on Mac OS because it
185185
// has a - brace yourself - light-theme terminal 😱
186186
const drawInputBackground =
187-
process.platform === 'darwin';
187+
process.platform !== 'darwin';
188188

189189
// Redraw the static lines
190190
this.static_lines.forEach(line => {

0 commit comments

Comments
 (0)