mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 01:43:14 +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,7 +1,7 @@
|
||||
import { queueMacrotask } from '../utils/macrotask-scheduler';
|
||||
import { FPSCallback } from '../fps-meter/fps-native';
|
||||
import { getTimeInFrameBase } from './animation-native';
|
||||
import { Trace } from 'trace';
|
||||
import { Trace } from '../trace';
|
||||
|
||||
export interface FrameRequestCallback {
|
||||
(time: number): void;
|
||||
|
@ -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