Skip to content

Commit 4021892

Browse files
committed
build-paclet: ccompatibility with recent versions
1 parent 9baa405 commit 4021892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-paclet.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
Check[
24-
PacletDirectoryAdd[$appName];
24+
Quiet[PacletDirectoryAdd[$appName], PacletDirectoryAdd::expobs];
2525
Needs[$appName <> "`"],
2626
printAbort["Cannot add paclet directory and load package."]
2727
]

0 commit comments

Comments
 (0)