Skip to content

Commit 1f18996

Browse files
committed
Fix module import
1 parent a94fb0c commit 1f18996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/console/lib/commander.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import * as path from 'path';
1515
import * as commander from 'commander';
1616
import * as figlet from 'figlet';
1717
import * as chalk from 'chalk';
18-
import { isWindows } from './../core/helpers/Path';
18+
import { isWindows } from './../../core/helpers/Path';
1919

2020
// It also loads the .env file into the 'process.env' variable.
2121
import { config } from 'dotenv';

0 commit comments

Comments
 (0)