Skip to content

Commit 881a985

Browse files
committed
fix: bump to madwizard 1.4.x to pick up initial clear and no yellow fixes
1 parent 0b213d3 commit 881a985

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Diff for: package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: plugins/plugin-codeflare/src/controller/terminal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export class TaskTerminal extends React.PureComponent<Props, State> {
8585

8686
this.setState({
8787
cmdline,
88-
env: Object.assign({}, env, { MWCLEAR: "true" }),
88+
env: Object.assign({}, env, { MWCLEAR_INITIAL: "true" }),
8989
})
9090
} catch (error) {
9191
console.error("Error initializing command line", error)

Diff for: plugins/plugin-madwizard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"madwizard": "^1.3.2",
26+
"madwizard": "^1.4.2",
2727
"@guidebooks/store": "^0.14.3"
2828
}
2929
}

0 commit comments

Comments
 (0)