Skip to content

Commit 92598cb

Browse files
committed
Await service creation
1 parent dc6d6a4 commit 92598cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export class NaoRobotModel extends DOMWidgetModel {
224224
break;
225225

226226
case 'createService':
227-
this.createService(commandData['service']);
227+
await this.createService(commandData['service']);
228228
break;
229229

230230
case 'callService':

0 commit comments

Comments
 (0)