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
* compiler: Remove 'async' from function that should be syncronous
Without this, the thrown error by the function would happen on the
`UNCAUGHT EXCEPTION` log, which is unwanted, since we want this to
block the hole compilation step.
* compiler: Use absolute file path for ipfs validation
Without this the CLI would break trying to open the mapping
file using the relative path, that only works when passing to
the AS compiler.
Eg: Error: Failed to compile data source mapping: ENOENT: no such file or directory, open '../src/xxxx.ts'
* 0.22.4
0 commit comments