Skip to content

Commit

Permalink
Change asset manager path
Browse files Browse the repository at this point in the history
  • Loading branch information
Juice10 committed Dec 14, 2023
1 parent 7a8a4b3 commit 8653972
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/rrweb/src/replay/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ import getInjectStyleRules from './styles/inject-style';
import './styles/style.css';
import canvasMutation from './canvas';
import { deserializeArg } from './canvas/deserialize-args';
import AssetManager from './assets';
import AssetManager from './asset-manager';

const SKIP_TIME_THRESHOLD = 10 * 1000;
const SKIP_TIME_INTERVAL = 5 * 1000;
Expand Down

0 comments on commit 8653972

Please sign in to comment.