質問編集履歴

2

誤字

2019/01/24 00:47

投稿

REIA
REIA

スコア26

test CHANGED
File without changes
test CHANGED
@@ -152,7 +152,7 @@
152
152
 
153
153
  { ChildProcessError: spawn open ENOENT `open ./src/test.exe` (exited with error code ENOENT)
154
154
 
155
- at callback (C:\Users\a1814\Downloads\learn_c\socket\node_modules\child-process-promise\lib\index.js:33:27)
155
+ at callback (C:\Users\userName\Downloads\learn_c\socket\node_modules\child-process-promise\lib\index.js:33:27)
156
156
 
157
157
  at exithandler (child_process.js:306:5)
158
158
 

1

エラー文の追加

2019/01/24 00:47

投稿

REIA
REIA

スコア26

test CHANGED
File without changes
test CHANGED
@@ -145,3 +145,49 @@
145
145
  わかる方がいれば教えていただけるとありがたいです。
146
146
 
147
147
  回答よろしくお願いします。
148
+
149
+ エラー内容:
150
+
151
+ ```error
152
+
153
+ { ChildProcessError: spawn open ENOENT `open ./src/test.exe` (exited with error code ENOENT)
154
+
155
+ at callback (C:\Users\a1814\Downloads\learn_c\socket\node_modules\child-process-promise\lib\index.js:33:27)
156
+
157
+ at exithandler (child_process.js:306:5)
158
+
159
+ at ChildProcess.errorhandler (child_process.js:318:5)
160
+
161
+ at ChildProcess.emit (events.js:182:13)
162
+
163
+ at Process.ChildProcess._handle.onexit (internal/child_process.js:238:12)
164
+
165
+ at onErrorNT (internal/child_process.js:407:16)
166
+
167
+ at process._tickCallback (internal/process/next_tick.js:63:19)
168
+
169
+ name: 'ChildProcessError', code: 'ENOENT', childProcess: { ChildProcess: { [Function: ChildProcess] super_: [Function] },
170
+
171
+ fork: [Function: fork],
172
+
173
+ _forkChild: [Function: _forkChild],
174
+
175
+ exec: { [Function] [Symbol(util.promisify.custom)]: [Function] },
176
+
177
+ execFile: { [Function] [Symbol(util.promisify.custom)]: [Function] },
178
+
179
+ spawn: [Function: spawn],
180
+
181
+ spawnSync: [Function: spawnSync],
182
+
183
+ execFileSync: [Function],
184
+
185
+ execSync: [Function] },
186
+
187
+ stdout: '',
188
+
189
+ stderr: '' }
190
+
191
+
192
+
193
+ ```