Skip to content

Commit f015adb

Browse files
committed
fixing optional param
1 parent 45f731c commit f015adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/faro-rollup/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function faroUploader(
6262
const uploadedSourcemaps = [];
6363

6464
try {
65-
const outputPath = options.dir;
65+
const outputPath = options.dir!;
6666
const sourcemapEndpoint = uploadEndpoint + bundleId;
6767
const filesToUpload = [];
6868
let totalSize = 0;

0 commit comments

Comments
 (0)