mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix: Prior PR (#8904) has bad path for trace modules
* Fix trace path issue * another path fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Trace } from 'trace';
|
||||
import { Trace } from '../trace';
|
||||
import { dispatchToMainThread } from './mainthread-helper';
|
||||
|
||||
let scheduled = false;
|
||||
|
||||
Reference in New Issue
Block a user