From 421094d5cd0abc6940c7eca1819637e2e123cdd1 Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Wed, 24 May 2017 23:36:49 -0700 Subject: [PATCH] Add muleDump="true" parameter Fixes atomizer/muledump#135 --- lib/mule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mule.js b/lib/mule.js index 8cf7685..1b7bddd 100644 --- a/lib/mule.js +++ b/lib/mule.js @@ -212,7 +212,7 @@ Mule.prototype.query = function(ignore_cache) { } } - var CR = { guid: this.guid } + var CR = { guid: this.guid, muleDump: 'true' } var pass = accounts[this.guid] || '' var platform = this.guid.split(':')[0]