Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed Nov 6, 2024
1 parent 7469eee commit 1f4cc03
Show file tree
Hide file tree
Showing 2,160 changed files with 4,877 additions and 4,591 deletions.
34 changes: 29 additions & 5 deletions docs/CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,18 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#1352-unreleased" class="md-nav__link">
<a href="#1361-unreleased" class="md-nav__link">
<span class="md-ellipsis">
13.5.2 (unreleased)
13.6.1 (unreleased)
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#1360-2024-11-06" class="md-nav__link">
<span class="md-ellipsis">
13.6.0 (2024-11-06)
</span>
</a>

Expand Down Expand Up @@ -3984,9 +3993,18 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#1352-unreleased" class="md-nav__link">
<a href="#1361-unreleased" class="md-nav__link">
<span class="md-ellipsis">
13.6.1 (unreleased)
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#1360-2024-11-06" class="md-nav__link">
<span class="md-ellipsis">
13.5.2 (unreleased)
13.6.0 (2024-11-06)
</span>
</a>

Expand Down Expand Up @@ -6321,11 +6339,17 @@


<h1 id="changelog">Changelog</h1>
<h2 id="1352-unreleased">13.5.2 (unreleased)</h2>
<h2 id="1361-unreleased">13.6.1 (unreleased)</h2>
<h2 id="1360-2024-11-06">13.6.0 (2024-11-06)</h2>
<ul>
<li>Added the <code>Task.getBaselineTask()</code> methods. For applications where a separate baseline schedule is present or a baseline has been manually added to the <code>ProjectFile</code> instance, these methods will allow you to access the underlying baseline task instance from the current task instance.</li>
<li>Added the Activity Percent Complete attribute to the <code>Task</code> class. The value of this attribute will be the Duration, Physical or Units percent complete value, based on the Percent Complete Type setting. This attribute is provided as a convenience to match the Activity Percent Complete type value shown in P6.</li>
<li>Improve retrieval of custom field values for certain MPP files.</li>
<li>Improve handling of PMXML files with more than 11 baselines.</li>
<li>Improve handling of unexpected data types when writing JSON files.</li>
<li>Added the <code>Relation.getPredecessorTask()</code> and <code>Relation.getSuccessorTask()</code> methods.</li>
<li>Marked the <code>Relation.getSourceTask()</code> and <code>Relation.getTargetTask()</code> methods as deprecated, use the <code>Relation.getPredecessorTask()</code> and <code>Relation.getSuccessorTask()</code> instead.</li>
<li>Ensure that with "Link Cross Project Relations" enabled when reading XER or PMXML files, the predecessor and successor lists for both tasks related acrosss projects are correctly populated.</li>
</ul>
<h2 id="1351-2024-10-28">13.5.1 (2024-10-28)</h2>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (MPXJ 13.5.1 API)</title>
<title>All Classes (MPXJ 13.6.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (MPXJ 13.5.1 API)</title>
<title>All Classes (MPXJ 13.6.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
6 changes: 3 additions & 3 deletions docs/apidocs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Constant Field Values (MPXJ 13.5.1 API)</title>
<title>Constant Field Values (MPXJ 13.6.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (MPXJ 13.5.1 API)";
parent.document.title="Constant Field Values (MPXJ 13.6.0 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -220,7 +220,7 @@ <h2 title="net.sf">net.sf.*</h2>
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="net/sf/mpxj/MPXJ.html#VERSION">VERSION</a></code></td>
<td class="colLast"><code>"13.5.1"</code></td>
<td class="colLast"><code>"13.6.0"</code></td>
</tr>
</tbody>
</table>
Expand Down
29 changes: 27 additions & 2 deletions docs/apidocs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (MPXJ 13.5.1 API)</title>
<title>Deprecated List (MPXJ 13.6.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (MPXJ 13.5.1 API)";
parent.document.title="Deprecated List (MPXJ 13.6.0 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -96,10 +96,35 @@ <h2 title="Contents">Contents</h2>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="net/sf/mpxj/Relation.html#getSourceTask--">net.sf.mpxj.Relation.getSourceTask()</a>
<div class="block"><span class="deprecationComment">use getPredecessorTask() and getSuccessorTask()</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="net/sf/mpxj/Relation.html#getTargetTask--">net.sf.mpxj.Relation.getTargetTask()</a>
<div class="block"><span class="deprecationComment">use getPredecessorTask() and getSuccessorTask()</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="net/sf/mpxj/Task.html#isSucessor-net.sf.mpxj.Task-">net.sf.mpxj.Task.isSucessor(Task)</a>
<div class="block"><span class="deprecationComment">use isSuccessor</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="net/sf/mpxj/UserDefinedField.html#setDataType-net.sf.mpxj.DataType-">net.sf.mpxj.UserDefinedField.setDataType(DataType)</a>
<div class="block"><span class="deprecationComment">use the Builder class</span></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="net/sf/mpxj/Relation.Builder.html#sourceTask-net.sf.mpxj.Task-">net.sf.mpxj.Relation.Builder.sourceTask(Task)</a>
<div class="block"><span class="deprecationComment">use predecessorTask() or successorTask()</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="net/sf/mpxj/Relation.Builder.html#targetTask-net.sf.mpxj.Task-">net.sf.mpxj.Relation.Builder.targetTask(Task)</a>
<div class="block"><span class="deprecationComment">use predecessorTask() or successorTask()</span></div>
</td>
</tr>
</tbody>
</table>
</li>
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>API Help (MPXJ 13.5.1 API)</title>
<title>API Help (MPXJ 13.6.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (MPXJ 13.5.1 API)";
parent.document.title="API Help (MPXJ 13.6.0 API)";
}
}
catch(err) {
Expand Down
46 changes: 38 additions & 8 deletions docs/apidocs/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (MPXJ 13.5.1 API)</title>
<title>Index (MPXJ 13.6.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (MPXJ 13.5.1 API)";
parent.document.title="Index (MPXJ 13.6.0 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -26407,6 +26407,10 @@ <h2 class="title">G</h2>
<dd>
<div class="block">Gets the value of the predecessorStartDate property.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Relation.html#getPredecessorTask--">getPredecessorTask()</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/Relation.html" title="class in net.sf.mpxj">Relation</a></dt>
<dd>
<div class="block">Retrieve the predecessor task of this relationship.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/mspdi/schema/Project.Tasks.Task.PredecessorLink.html#getPredecessorUID--">getPredecessorUID()</a></span> - Method in class net.sf.mpxj.mspdi.schema.<a href="net/sf/mpxj/mspdi/schema/Project.Tasks.Task.PredecessorLink.html" title="class in net.sf.mpxj.mspdi.schema">Project.Tasks.Task.PredecessorLink</a></dt>
<dd>
<div class="block">Gets the value of the predecessorUID property.</div>
Expand Down Expand Up @@ -30614,7 +30618,9 @@ <h2 class="title">G</h2>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Relation.html#getSourceTask--">getSourceTask()</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/Relation.html" title="class in net.sf.mpxj">Relation</a></dt>
<dd>
<div class="block">Retrieve the source task of this relationship.</div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use getPredecessorTask() and getSuccessorTask()</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/conceptdraw/schema/Document.Links.Link.html#getSourceTaskID--">getSourceTaskID()</a></span> - Method in class net.sf.mpxj.conceptdraw.schema.<a href="net/sf/mpxj/conceptdraw/schema/Document.Links.Link.html" title="class in net.sf.mpxj.conceptdraw.schema">Document.Links.Link</a></dt>
<dd>
Expand Down Expand Up @@ -31549,6 +31555,10 @@ <h2 class="title">G</h2>
<dd>
<div class="block">Gets the value of the successorStartDate property.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Relation.html#getSuccessorTask--">getSuccessorTask()</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/Relation.html" title="class in net.sf.mpxj">Relation</a></dt>
<dd>
<div class="block">Retrieve the successor task of this relationship.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/primavera/schema/RelationshipType.html#getSuccessorWbsName--">getSuccessorWbsName()</a></span> - Method in class net.sf.mpxj.primavera.schema.<a href="net/sf/mpxj/primavera/schema/RelationshipType.html" title="class in net.sf.mpxj.primavera.schema">RelationshipType</a></dt>
<dd>
<div class="block">Gets the value of the successorWbsName property.</div>
Expand Down Expand Up @@ -33717,7 +33727,9 @@ <h2 class="title">G</h2>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Relation.html#getTargetTask--">getTargetTask()</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/Relation.html" title="class in net.sf.mpxj">Relation</a></dt>
<dd>
<div class="block">Retrieve the target task of this relationship.</div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use getPredecessorTask() and getSuccessorTask()</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/DataLink.html#getTargetUniqueID--">getTargetUniqueID()</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/DataLink.html" title="class in net.sf.mpxj">DataLink</a></dt>
<dd>
Expand Down Expand Up @@ -40101,14 +40113,20 @@ <h2 class="title">I</h2>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/mspdi/schema/Project.Tasks.Task.html#isSubprojectReadOnly">isSubprojectReadOnly</a></span> - Variable in class net.sf.mpxj.mspdi.schema.<a href="net/sf/mpxj/mspdi/schema/Project.Tasks.Task.html" title="class in net.sf.mpxj.mspdi.schema">Project.Tasks.Task</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Task.html#isSuccessor-net.sf.mpxj.Task-">isSuccessor(Task)</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/Task.html" title="class in net.sf.mpxj">Task</a></dt>
<dd>
<div class="block">Utility method used to determine if the supplied task
is a successor of the current task.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/primavera/schema/RelationshipType.html#isSuccessorBaseline">isSuccessorBaseline</a></span> - Variable in class net.sf.mpxj.primavera.schema.<a href="net/sf/mpxj/primavera/schema/RelationshipType.html" title="class in net.sf.mpxj.primavera.schema">RelationshipType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/primavera/schema/RelationshipType.html#isSuccessorTemplate">isSuccessorTemplate</a></span> - Variable in class net.sf.mpxj.primavera.schema.<a href="net/sf/mpxj/primavera/schema/RelationshipType.html" title="class in net.sf.mpxj.primavera.schema">RelationshipType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Task.html#isSucessor-net.sf.mpxj.Task-">isSucessor(Task)</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/Task.html" title="class in net.sf.mpxj">Task</a></dt>
<dd>
<div class="block">Utility method used to determine if the supplied task
is a successor of the current task.</div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use isSuccessor</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/primavera/schema/APIBusinessObjects.html#issueHistory">issueHistory</a></span> - Variable in class net.sf.mpxj.primavera.schema.<a href="net/sf/mpxj/primavera/schema/APIBusinessObjects.html" title="class in net.sf.mpxj.primavera.schema">APIBusinessObjects</a></dt>
<dd>&nbsp;</dd>
Expand Down Expand Up @@ -44744,6 +44762,10 @@ <h2 class="title">P</h2>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/primavera/schema/RelationshipType.html#predecessorStartDate">predecessorStartDate</a></span> - Variable in class net.sf.mpxj.primavera.schema.<a href="net/sf/mpxj/primavera/schema/RelationshipType.html" title="class in net.sf.mpxj.primavera.schema">RelationshipType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Relation.Builder.html#predecessorTask-net.sf.mpxj.Task-">predecessorTask(Task)</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/Relation.Builder.html" title="class in net.sf.mpxj">Relation.Builder</a></dt>
<dd>
<div class="block">Add the predecessor task.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/mspdi/schema/Project.Tasks.Task.PredecessorLink.html#predecessorUID">predecessorUID</a></span> - Variable in class net.sf.mpxj.mspdi.schema.<a href="net/sf/mpxj/mspdi/schema/Project.Tasks.Task.PredecessorLink.html" title="class in net.sf.mpxj.mspdi.schema">Project.Tasks.Task.PredecessorLink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/primavera/schema/RelationshipType.html#predecessorWbsName">predecessorWbsName</a></span> - Variable in class net.sf.mpxj.primavera.schema.<a href="net/sf/mpxj/primavera/schema/RelationshipType.html" title="class in net.sf.mpxj.primavera.schema">RelationshipType</a></dt>
Expand Down Expand Up @@ -74095,7 +74117,9 @@ <h2 class="title">S</h2>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Relation.Builder.html#sourceTask-net.sf.mpxj.Task-">sourceTask(Task)</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/Relation.Builder.html" title="class in net.sf.mpxj">Relation.Builder</a></dt>
<dd>
<div class="block">Add the source task.</div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use predecessorTask() or successorTask()</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/conceptdraw/schema/Document.Links.Link.html#sourceTaskID">sourceTaskID</a></span> - Variable in class net.sf.mpxj.conceptdraw.schema.<a href="net/sf/mpxj/conceptdraw/schema/Document.Links.Link.html" title="class in net.sf.mpxj.conceptdraw.schema">Document.Links.Link</a></dt>
<dd>&nbsp;</dd>
Expand Down Expand Up @@ -74604,6 +74628,10 @@ <h2 class="title">S</h2>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/primavera/schema/RelationshipType.html#successorStartDate">successorStartDate</a></span> - Variable in class net.sf.mpxj.primavera.schema.<a href="net/sf/mpxj/primavera/schema/RelationshipType.html" title="class in net.sf.mpxj.primavera.schema">RelationshipType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Relation.Builder.html#successorTask-net.sf.mpxj.Task-">successorTask(Task)</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/Relation.Builder.html" title="class in net.sf.mpxj">Relation.Builder</a></dt>
<dd>
<div class="block">Add the successor task.</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/primavera/schema/RelationshipType.html#successorWbsName">successorWbsName</a></span> - Variable in class net.sf.mpxj.primavera.schema.<a href="net/sf/mpxj/primavera/schema/RelationshipType.html" title="class in net.sf.mpxj.primavera.schema">RelationshipType</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/common/NumberHelper.html#sumAsDouble-java.lang.Number...-">sumAsDouble(Number...)</a></span> - Static method in class net.sf.mpxj.common.<a href="net/sf/mpxj/common/NumberHelper.html" title="class in net.sf.mpxj.common">NumberHelper</a></dt>
Expand Down Expand Up @@ -75735,7 +75763,9 @@ <h2 class="title">T</h2>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/Relation.Builder.html#targetTask-net.sf.mpxj.Task-">targetTask(Task)</a></span> - Method in class net.sf.mpxj.<a href="net/sf/mpxj/Relation.Builder.html" title="class in net.sf.mpxj">Relation.Builder</a></dt>
<dd>
<div class="block">Add the target task.</div>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">use predecessorTask() or successorTask()</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="net/sf/mpxj/primavera/schema/JobServiceType.html#targetWbsId">targetWbsId</a></span> - Variable in class net.sf.mpxj.primavera.schema.<a href="net/sf/mpxj/primavera/schema/JobServiceType.html" title="class in net.sf.mpxj.primavera.schema">JobServiceType</a></dt>
<dd>&nbsp;</dd>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MPXJ 13.5.1 API</title>
<title>MPXJ 13.6.0 API</title>
<script type="text/javascript">
tmpTargetPage = "" + window.location.search;
if (tmpTargetPage != "" && tmpTargetPage != "undefined")
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/net/sf/mpxj/AbstractFieldContainer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AbstractFieldContainer (MPXJ 13.5.1 API)</title>
<title>AbstractFieldContainer (MPXJ 13.6.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand All @@ -19,7 +19,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AbstractFieldContainer (MPXJ 13.5.1 API)";
parent.document.title="AbstractFieldContainer (MPXJ 13.6.0 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit 1f4cc03

Please sign in to comment.