fix(core): make window.__TAURI__.invoke context free, fixes #1547 (#1565)

This commit is contained in:
Lucas Fernandes Nogueira
2021-04-21 15:42:52 -03:00
committed by GitHub
parent c2e43ac66a
commit be65f04db7
4 changed files with 10 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ on:
- '.github/workflows/test-core.yml'
- 'core/**'
- 'examples/**'
- 'cli/**'
- 'tooling/**'
env:
RUST_BACKTRACE: 1