Skip to content
This repository was archived by the owner on Jan 10, 2019. It is now read-only.

Commit dec2081

Browse files
committed
bugfixes
1 parent fa52c11 commit dec2081

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* `$addValue`, `$DELETE`, `$GET`, `$HEAD`, `$htmlDecode`, `$openInTab`, `$OPTIONS`, `$PATCH`, `$POST`, `$PUT`, `$readJSONFrom`, `$REQUEST`, `$sendJSONTo`, `$workflow`, `$xmlDecode`, `$htmlEncode` functions for [quick executions](https://github.com/mkloubert/vs-script-commands#quick-execution-)
66
* `$openHtml` can handle async Promise results now
7+
* bugfixes
78

89
## 4.13.0 (May 6th, 2017; functions and variables)
910

src/quick.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,6 +1684,7 @@ export function reset() {
16841684
_prevVal = undefined;
16851685
_state = undefined;
16861686
_udpServers = [];
1687+
_udpServerActions = [];
16871688
_values = [];
16881689

16891690
if (cfg.quick) {

0 commit comments

Comments
 (0)