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 0f06654 commit 8477dc2Copy full SHA for 8477dc2
src/commands/shell.js
@@ -5,7 +5,7 @@ import { execCommand, getPrompt } from '../executor.js';
5
import { getAuthToken, login } from './auth.js';
6
import { PROJECT_NAME } from '../commons.js';
7
import ErrorModule from '../modules/ErrorModule.js';
8
-import putility, { AdvancedBase } from '@heyputer/putility';
+import putility from '@heyputer/putility';
9
10
const config = new Conf({ projectName: PROJECT_NAME });
11
0 commit comments