Skip to content

Commit 1a3d7e7

Browse files
author
Sam Eagen
committed
Update warning text
1 parent 5893f74 commit 1a3d7e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/+buildframework/ParallelizableBuildSummaryPlugin.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function runTask(plugin, pluginData)
5050
try
5151
save(name, "taskDetail");
5252
catch e
53-
warning("buildframework:BuildSummaryPlugin:UnableToSaveTrace", "Unable to save an artifact required to create the MATLAB build summary table");
53+
warning("buildframework:BuildSummaryPlugin:UnableToSaveTrace", "Unable to save an artifact needed for the build summary.");
5454
end
5555
end
5656

@@ -64,7 +64,7 @@ function skipTask(plugin, pluginData)
6464
try
6565
save(name, "taskDetail");
6666
catch e
67-
warning("buildframework:BuildSummaryPlugin:UnableToSaveTrace", "Unable to save an artifact required to create the MATLAB build summary table");
67+
warning("buildframework:BuildSummaryPlugin:UnableToSaveTrace", "Unable to save an artifact needed for the build summary.");
6868
end
6969
end
7070
end

0 commit comments

Comments
 (0)