Skip to content

Commit 88d7ba1

Browse files
committed
Include prefix on web
1 parent c5c0eac commit 88d7ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sqlite_async/lib/src/utils/profiler.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ extension TimeSync on TimelineTask? {
4545
const isWeb = bool.fromEnvironment('dart.library.js_interop');
4646
var resolvedName = '$profilerPrefix$name';
4747
if (isWeb && sql != null) {
48-
resolvedName = ' $sql';
48+
resolvedName = '$resolvedName $sql';
4949
}
5050

5151
return (

0 commit comments

Comments
 (0)