mirror of https://github.com/embarklabs/embark.git
add missing comma
This commit is contained in:
parent
01ae387c74
commit
f828e9d87e
|
@ -96,9 +96,9 @@
|
|||
"help": "help",
|
||||
"quit": "quit",
|
||||
"Error Compiling/Building contracts: ": "Error Compiling/Building contracts: ",
|
||||
"file not found, creating it...": "file not found, creating it..."
|
||||
"file not found, creating it...": "file not found, creating it...",
|
||||
"{{className}} has code associated to it but it's configured as an instanceOf {{parentContractName}}": "{{className}} has code associated to it but it's configured as an instanceOf {{parentContractName}}",
|
||||
"downloading {{packageName}} {{version}}....": "downloading {{packageName}} {{version}}....",
|
||||
"Swarm node is offline...": "Swarm node is offline...",
|
||||
"Swarm node detected...": "Swarm node detected..."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue