fix
This commit is contained in:
parent
7a351b7dab
commit
df00690b57
@ -22,7 +22,7 @@ function translate_command (cmd: GraphStreamCommand|''): string {
|
|||||||
ce: 'create edge',
|
ce: 'create edge',
|
||||||
'': 'start'
|
'': 'start'
|
||||||
};
|
};
|
||||||
return translations[cmd];
|
return `'${translations[cmd]}'`;
|
||||||
}
|
}
|
||||||
|
|
||||||
export { GraphStreamCommand, translate_command };
|
export { GraphStreamCommand, translate_command };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user