PK

ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/p-finally/
FLL :
Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/p-finally/index.js

'use strict';
module.exports = (promise, onFinally) => {
	onFinally = onFinally || (() => {});

	return promise.then(
		val => new Promise(resolve => {
			resolve(onFinally());
		}).then(() => val),
		err => new Promise(resolve => {
			resolve(onFinally());
		}).then(() => {
			throw err;
		})
	);
};


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home