Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aadf54 commit cad9ffbCopy full SHA for cad9ffb
1 file changed
cmd.cjs
@@ -116,7 +116,7 @@ async function exec() {
116
117
// v4.0.0-alpha.8 multiple now supported via:
118
// --incremental=one.md --incremental=two.md => ["one.md", "two.md"]
119
- // --incremental="one.md,two.md"
+ // --incremental=one.md,two.md => ["one.md", "two.md"]
120
if(argv.incremental) {
121
elev.setIncrementalFiles(argv.incremental);
122
} else if(argv.incremental !== undefined) {
0 commit comments