fix(tapbundle): Add qenv package to dependencies for environment management
This commit is contained in:
@ -5,6 +5,10 @@ class TapNodeTools {
|
||||
|
||||
constructor() {}
|
||||
|
||||
public async getQenv(): Promise<plugins.qenv.Qenv> {
|
||||
return new plugins.qenv.Qenv('./', '.nogit/');
|
||||
}
|
||||
|
||||
public async runCommand(commandArg: string): Promise<any> {
|
||||
if (!this.smartshellInstance) {
|
||||
this.smartshellInstance = new plugins.smartshell.Smartshell({
|
||||
|
Reference in New Issue
Block a user