Skip to content

Commit

Permalink
update logSummary path
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanrikulu committed Nov 17, 2020
1 parent fcf099d commit 8b9a40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/blender/blender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import path from "path";
import dayjs from "dayjs";
import duration from "dayjs/plugin/duration";
import { Engine, Task, utils, vm, WorkContext } from "yajsapi";
import { logSummary } from "yajsapi/utils/log";
import { logSummary } from "yajsapi/dist/utils/log";
import { program } from "commander";

dayjs.extend(duration);
Expand Down

0 comments on commit 8b9a40f

Please sign in to comment.