aboutsummaryrefslogtreecommitdiff
path: root/tools/addon-sdk-1.5/python-lib/cuddlefish/tests/bug-669274-files/packages/extra-options/lib/main.js
blob: aeda0e7fbdd9d84b36be7371e6e9573bbfc57f5c (plain)
1
2
3
4
5
6
7
8
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

exports.main = function(options, callbacks) {
  console.log("minimal");
  callbacks.quit();
};