This commit is contained in:
Martin Donnelly 2018-12-06 00:00:13 +00:00
parent 5672048c61
commit 462ab63e97
2 changed files with 22 additions and 7 deletions

View File

@ -19,8 +19,8 @@
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/server.js">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="36">
<caret line="2" column="18" selection-start-line="2" selection-start-column="18" selection-end-line="2" selection-end-column="18" />
<state relative-caret-position="234">
<caret line="13" column="7" selection-start-line="13" selection-start-column="7" selection-end-line="13" selection-end-column="7" />
</state>
</provider>
</entry>
@ -102,7 +102,7 @@
<updated>1543421465265</updated>
<workItem from="1543421466837" duration="1355000" />
<workItem from="1543432401089" duration="3578000" />
<workItem from="1544053295853" duration="221000" />
<workItem from="1544053295853" duration="1097000" />
</task>
<task id="LOCAL-00001" summary="logging">
<created>1543489096193</created>
@ -118,11 +118,25 @@
<option name="project" value="LOCAL" />
<updated>1543489539989</updated>
</task>
<option name="localTasksCounter" value="3" />
<task id="LOCAL-00003" summary="logging">
<created>1544053533583</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1544053533583</updated>
</task>
<task id="LOCAL-00004" summary="logging">
<created>1544054202071</created>
<option name="number" value="00004" />
<option name="presentableId" value="LOCAL-00004" />
<option name="project" value="LOCAL" />
<updated>1544054202071</updated>
</task>
<option name="localTasksCounter" value="5" />
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="5154000" />
<option name="totallyTimeSpent" value="6030000" />
</component>
<component name="ToolWindowManager">
<frame x="-5" y="37" width="1930" height="1048" extended-state="6" />
@ -164,8 +178,8 @@
<component name="editorHistoryManager">
<entry file="file://$PROJECT_DIR$/server.js">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="36">
<caret line="2" column="18" selection-start-line="2" selection-start-column="18" selection-end-line="2" selection-end-column="18" />
<state relative-caret-position="234">
<caret line="13" column="7" selection-start-line="13" selection-start-column="7" selection-end-line="13" selection-end-column="7" />
</state>
</provider>
</entry>

View File

@ -11,6 +11,7 @@ const port = 3434;
console.log('query', req.query);
console.log('\n\n\n');
res.set('Content-Type', 'text/xml');
res.send("<BEGIN_OBJECT></BEGIN_OBJECT>")
});