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.
2 parents e1c73c7 + 351a3e8 commit a6fd00dCopy full SHA for a6fd00d
client/src/features/commandProvider.ts
@@ -82,7 +82,7 @@ export default class pgsqlCommandProvider {
82
let cp = ChildProcess.spawn( pgsql.executable, args )
83
84
if ( !cp.pid ){
85
- return pgsql.outChannel.appendLine( 'pgsql: can\'t spawn child proceess' )
+ return pgsql.outChannel.appendLine( 'pgsql: can\'t spawn child process' )
86
}
87
88
//args.unshift( pgsql.executable )
@@ -124,4 +124,4 @@ export default class pgsqlCommandProvider {
124
})
125
126
127
-}
+}
0 commit comments