You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i run the debug_script.move. here are two issue:
1、Error: Unable to find package manifest in '.' or in its parents. i have solved it through create a new package named manifest.
2、error[E01001]: invalid character
┌─ ./sources/debug_script.move:1:9
│
1 │ script {
' found when reading file. Only ASCII printable characters, tabs (\t), and line endings (\n) are permitted.
The text was updated successfully, but these errors were encountered:
i have know the reason.
reason: newline
ide:sublime、vscode
when i keep all code in one line,it worked------
script {use Std::Debug;fun debug_script(account: signer) {Debug::print(&account)}}
but the form is too diffcult to use and read,can you fix it ?
when i run the debug_script.move. here are two issue:
1、Error: Unable to find package manifest in '.' or in its parents. i have solved it through create a new package named manifest.
2、error[E01001]: invalid character
┌─ ./sources/debug_script.move:1:9
│
1 │ script {
' found when reading file. Only ASCII printable characters, tabs (\t), and line endings (\n) are permitted.
The text was updated successfully, but these errors were encountered: