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 e1c73c7 commit 351a3e8Copy full SHA for 351a3e8
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