We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15465bf commit a136ee5Copy full SHA for a136ee5
packages/backend/src/services/DevConsoleService.js
@@ -184,7 +184,7 @@ class DevConsoleService extends BaseService {
184
// Input background disabled on Mac OS because it
185
// has a - brace yourself - light-theme terminal 😱
186
const drawInputBackground =
187
- process.platform === 'darwin';
+ process.platform !== 'darwin';
188
189
// Redraw the static lines
190
this.static_lines.forEach(line => {
0 commit comments