]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Tue, 11 Feb 2020 18:20:53 +0000 (19:20 +0100)
committerVincent <vincent@enhydra.fr>
Tue, 11 Feb 2020 18:20:53 +0000 (19:20 +0100)
.idea/workspace.xml
scripts/lib/jarvis.php

index 42dd302529dc9dc6173cdaca904f50b2b57506f4..4a6778f08914557e680b26cd59991111abb3b770 100644 (file)
       <workItem from="1580720992873" duration="177000" />
       <workItem from="1580894754542" duration="2587000" />
       <workItem from="1581367617869" duration="13144000" />
-      <workItem from="1581444247533" duration="938000" />
-    </task>
-    <task id="LOCAL-00246" summary=".">
-      <created>1574340363978</created>
-      <option name="number" value="00246" />
-      <option name="presentableId" value="LOCAL-00246" />
-      <option name="project" value="LOCAL" />
-      <updated>1574340363978</updated>
+      <workItem from="1581444247533" duration="963000" />
     </task>
     <task id="LOCAL-00247" summary=".">
       <created>1574411352997</created>
       <option name="project" value="LOCAL" />
       <updated>1581434421749</updated>
     </task>
-    <option name="localTasksCounter" value="295" />
+    <task id="LOCAL-00295" summary=".">
+      <created>1581445218699</created>
+      <option name="number" value="00295" />
+      <option name="presentableId" value="LOCAL-00295" />
+      <option name="project" value="LOCAL" />
+      <updated>1581445218700</updated>
+    </task>
+    <option name="localTasksCounter" value="296" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
     </state>
     <state x="720" y="247" key="#com.intellij.openapi.updateSettings.impl.PluginUpdateInfoDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1577298128269" />
     <state x="960" y="247" key="#com.intellij.openapi.updateSettings.impl.PluginUpdateInfoDialog/0.0.2560.1040@0.0.2560.1040" timestamp="1580459136096" />
-    <state x="701" y="127" key="CommitChangelistDialog2" timestamp="1581434419078">
+    <state x="701" y="127" key="CommitChangelistDialog2" timestamp="1581445205026">
       <screen x="0" y="0" width="1920" height="1160" />
     </state>
     <state x="701" y="114" key="CommitChangelistDialog2/0.0.1920.1040@0.0.1920.1040" timestamp="1577381105204" />
-    <state x="701" y="127" key="CommitChangelistDialog2/0.0.1920.1160@0.0.1920.1160" timestamp="1581434419078" />
+    <state x="701" y="127" key="CommitChangelistDialog2/0.0.1920.1160@0.0.1920.1160" timestamp="1581445205026" />
     <state x="935" y="114" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1581414709441" />
     <state x="92" y="92" width="2376" height="856" key="DiffContextDialog" timestamp="1580377344165">
       <screen x="0" y="0" width="2560" height="1040" />
index 578f5c5dcfeb9a1621316edcad2db157b877cfb6..5475a371f9b25f133aae1242c0ce809748142eb5 100644 (file)
@@ -8,7 +8,7 @@ function jarvisCmd($question)
     $j = json_decode(trim($o), true);
 
     if (!is_countable($j) || !count($j)) {
-        return 'Désolé, il y a eu un problème ! '.$c['output'];
+        return 'Désolé, il y a eu un problème !';
     }
     foreach ($j as $k => $v) {
         if (isset($v['answer'])) {