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 a94fb0c commit 1f18996Copy full SHA for 1f18996
src/console/lib/commander.ts
@@ -15,7 +15,7 @@ import * as path from 'path';
15
import * as commander from 'commander';
16
import * as figlet from 'figlet';
17
import * as chalk from 'chalk';
18
-import { isWindows } from './../core/helpers/Path';
+import { isWindows } from './../../core/helpers/Path';
19
20
// It also loads the .env file into the 'process.env' variable.
21
import { config } from 'dotenv';
0 commit comments